home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.arcs.tem.ARCS.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  701 b   |  51 lines

  1. a:link
  2. {
  3.     color: rgb(51,153,255); 
  4. }
  5. a:visited
  6. {
  7.     color: rgb(51,102,204); 
  8. a:active 
  9. {
  10.     color: rgb(255,153,0);
  11. }
  12.  
  13. body
  14. {
  15.     font-family: Verdana, Arial, Helvetica;
  16.     background-color: rgb(255,255,204);
  17.     color: rgb(102,102,51);
  18. }
  19.  
  20. h1
  21. {
  22.     font-family: Times New Roman, Times;
  23.     color: rgb(153,153,51);
  24. }
  25. h2
  26. {
  27.     font-family: Times New Roman, Times;
  28.     color: rgb(204,153,0); 
  29. }
  30. h3
  31. {
  32.     font-family: Times New Roman, Times;
  33.     color: rgb(0,102,153); 
  34. }
  35. h4
  36. {
  37.     font-family: Times New Roman, Times;
  38.     color: rgb(153,153,0);
  39. }
  40. h5
  41. {
  42.     font-family: Times New Roman, Times;
  43.     color: rgb(255,153,0);
  44. }
  45. h6
  46. {
  47.     font-family: Times New Roman, Times;
  48.     color: rgb(51,102,204);
  49. }
  50.